﻿@charset "utf-8";
/*
	Css for PEL,	ver 1.0
	CopyRight By Dongyi Network Technology CO.,Ltd Design Center

	所有网站通用模块，可根据自身网站修改
*/

/* 通用信息列表 */
.infoList{ text-align:left; }
.infoList li{ height:30px; line-height:30px; font-size: 14px; overflow:hidden; }
.infoList li a{padding-left: 10px; background: url(images/icon.png) left -73px no-repeat;}
.infoList li a,
.infoList li font{font-size: 14px;}
.infoList li .date{ float:right; font-size: 12px; color:#999;  }
.infoList li .node{ color:#f00; margin-right:5px;   }
.infoList li.noData{background:none; color:#999;}

/* 头条图文信息列表_普通式 */
.topicList{overflow: hidden;}
.topicList .t{overflow: hidden; padding-bottom: 20px; margin-bottom: 15px; border-bottom: 1px dotted #e0e0e0; background:none;}
.topicList .t .pic{width: auto; float: left; margin-right: 20px;}
.topicList .t .pic img{display: block; width: 130px; height: 98px;}
.topicList .t .con{overflow: hidden;}
.topicList .t .title{  height: 20px; line-height: 20px; overflow: hidden; font-size: 16px; text-align: left;}
.topicList .t .tit{padding-left: 28px; font-weight: bold; background: url(images/icon.png) left 4px no-repeat; }
.topicList .t .intro{margin-top: 6px; height: 72px; overflow: hidden; font-size: 14px; line-height: 24px; color: #999;}
.topicList .t .more{ color:#e23838;  }
.topicList .t .more:hover{color:#d21010;}
.topicList .n{ height:36px; line-height:36px; font-size: 16px; overflow:hidden;}
.topicList .n a{padding-left: 12px; background: url(images/icon.png) left -30px no-repeat;}
.topicList .n a:hover{color: #e23838; font-weight: bold;}
.topicList .n .date{font-size: 12px; float:right; color:#999;  }
.topicList li.noData{background:none; color:#999;}


/* 头条图文节点信息列表_普通式 */
.topicNoteList{overflow: hidden;}
.topicNoteList .t{overflow: hidden; padding-bottom: 20px; margin-bottom: 10px; border-bottom: 1px solid #e0e0e0; background:none;}
.topicNoteList .t .pic{width: auto; float: left; margin-right: 20px;}
.topicNoteList .t .pic img{display: block; width: 120px; height: 90px;}
.topicNoteList .t .con{overflow: hidden;}
.topicNoteList .t .title{  height: 40px; line-height: 20px; overflow: hidden; font-size: 14px; text-align: left;}
.topicNoteList .t .tit{ font-weight: bold; }
.topicNoteList .t .intro{margin-top: 6px; height: 40px; overflow: hidden; font-size: 12px; line-height: 20px; color: #999;}
.topicNoteList .t .more{ color:#e23838;  }
.topicNoteList .t .more:hover{color:#d21010;}
.topicNoteList .n{ height:36px; line-height:36px; font-size: 14px; overflow:hidden; padding-left: 12px; background: url(images/icon.png) left -24px no-repeat;}
.topicNoteList .n .node{color: #e23838; margin-right: 3px;}
.topicNoteList .n a{}
.topicNoteList .n a:hover{color: #e23838; font-weight: bold;}
.topicNoteList .n .date{font-size: 12px; float:right; color:#999;  }
.topicNoteList li.noData{background:none; color:#999;}

/* 有图片时追加的类 class="topicList topicHasPic"  */
.topicHasPic .t{ overflow:hidden; zoom:1; }
.topicHasPic .pic{ width:126px; float:left;    }
.topicHasPic .pic img{ width:120px; height:90px;   padding:2px; border:1px solid #E0E9EB;   } 
.topicHasPic .pic a:hover img{ border-color:#aaa;  }
.topicHasPic .con{ width:210px; padding-left:10px; float:left;    }



/* 焦点图切换-新闻内容 */
.focusBox{ width:622px; overflow:hidden; position:relative; z-index: 1; }
.focusBox .hd{ position:absolute; z-index:3; right:10px; bottom:16px; }
.focusBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.focusBox .hd ul li{width: 8px; height: 8px; line-height: 8px; float: left; margin-left: 4px; overflow: hidden; background-color: #fff; border-radius: 50%; cursor: pointer;}
.focusBox .hd ul li span{display: none;}
.focusBox .hd ul li.on{ background-color: #ff2929; }
.focusBox .bd{ position:relative;  }
.focusBox .bd .pic img{ width:622px; height:350px;}
.focusBox .bd .con,
.focusBox .bd .title,
.focusBox .bd .bg{position: absolute; left: 0; bottom: 0; width: 100%; height: 42px; line-height: 42px; float: left;}
.focusBox .bd .title{z-index: 2; text-indent: 10px; font-size: 16px; color: white;}
.focusBox .bd .title a{color: white;}
.focusBox .bd .bg{display: block; z-index: 1; background-color: black; opacity: .5; filter: alpha(opacity=50); }

/* 图片列表 */
.picList{overflow: hidden; margin-top: -20px;}
.picList li{position: relative; z-index: 1; overflow: hidden; margin-top: 20px;}
.picList li .pic{overflow: hidden;}
.picList li img{display: block; width: 218px; height: 168px;}
.picList li .con,
.picList li .con .title,
.picList li .con .bg{position: absolute; left: 0; bottom: 0; width: 100%; float: left; height: 38px; line-height: 38px; overflow: hidden;}
.picList li .con .title{z-index: 2; font-size: 16px; text-align: center; color: white;}
.picList li .con .title a{color: white;}
.picList li .con .bg{z-index: 1; display: block; background-color: #000; opacity: .5; filter: alpha(opacity=50);}


/* 星形评分 */
.stars{ display:inline-block; *display:inline; zoom:1; width:72px;  height:11px; margin-right:5px;  overflow:hidden; background:url("images/share/starSplit.gif") -4px -34px  no-repeat;  }
.stars i{ display:inline-block; *display:inline; zoom:1; height:11px;  background:url("images/share/starSplit.gif") -4px -14px no-repeat; }
.starsMan{ display:none;  }

/*-- 网站地图 --*/
.siteMap{ padding:15px 10px; overflow:hidden; zoom:1; }
.siteMap .li1{ margin-bottom:10px; }
.siteMap .h1{ height:40px; line-height:40px;  border:1px dotted #ccc; background:#fff;    }
.siteMap .h1 .a1{  font:normal 16px/40px "Microsoft YaHei"; _font-weight:bold; color:#1E72B4; padding-left:10px;  }
.siteMap .ul1{ padding:10px 20px; zoom:1;  }
.siteMap .li2{  display:inline-block; *display:inline; zoom:1; padding-right:10px; vertical-align:top;  }
.siteMap .a2{ color:#666;   }
.siteMap .ul2{ padding:0 0 20px 0; }
.siteMap .li3{  line-height:18px;  display:inline-block; *display:inline; zoom:1;   }
.siteMap .a3{ color:#999; padding-right:10px; margin-right:10px;   border-right:1px solid #ddd;  }
.siteMap .last3 .a3{ border-right:0;  }
.siteMap #liID41 .li2{ display:block;  }

/*-- 
颜色代码
#1E72B4 深蓝色标题
#C4DEF8 淡蓝色边框
--*/
